From: Eli Zaretskii Date: Sat, 12 May 2001 09:50:14 +0000 (+0000) Subject: (struct image, struct face): Forward declaration, to avoid compiler warnings. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40340 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa86e5ac2f3889aa3d374087327676de058c79ab;p=emacs.git (struct image, struct face): Forward declaration, to avoid compiler warnings. --- diff --git a/src/w32term.h b/src/w32term.h index fe69afe9de1..0a86259c0bb 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -817,6 +817,9 @@ extern BOOL parse_button (); #define RIGHT_WIN_PRESSED 0x4000 #define APPS_PRESSED 0x2000 +struct image; +struct face; + XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); struct frame * check_x_frame (Lisp_Object); EXFUN (Fx_display_color_p, 1);